SftTabs/NET 6.0

Count Property, SftTabs Class

Softel vdm, Inc.

Returns the number of tabs.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public ReadOnly Property Count As Integer

C#   

public int Count { get; }

C++   

public: property int Count {
        int get();
}

Property Value

The number of tabs contained in the tab control.

Comments

The Count property returns the number of tabs.

Tabs can be added using TabCollection.Add, AddRange or Insert. Tabs can be removed using Clear.

At design-time, tabs can be added and removed using the property pages.

The Count property is identical to the TabCollection.Count property.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com